Skip to content

Add connect an agent tutorial#684

Open
jhaaaa wants to merge 5 commits intomainfrom
agent-brain-tutorial
Open

Add connect an agent tutorial#684
jhaaaa wants to merge 5 commits intomainfrom
agent-brain-tutorial

Conversation

@jhaaaa
Copy link
Collaborator

@jhaaaa jhaaaa commented Feb 20, 2026

@jhaaaa jhaaaa requested a review from a team as a code owner February 20, 2026 00:43
@vercel
Copy link

vercel bot commented Feb 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs-xmtp-org Ready Ready Preview, Comment Mar 5, 2026 1:53am

Request Review

@macroscopeapp
Copy link

macroscopeapp bot commented Feb 20, 2026

Add 'Connect to XMTP' tutorial for agents get-started documentation

Adds a new tutorial page at connect-to-xmtp.mdx covering how to connect an agent to XMTP. The tutorial walks through project scaffolding, environment setup, Anthropic AI integration, XMTP Agent SDK usage, local testing, and Railway deployment via Dockerfile. Also registers the page in the sidebar under Agents → Get started in shared-sidebar.config.ts.

Macroscope summarized 7cf335a.

macroscopeapp[bot]
macroscopeapp bot previously approved these changes Feb 21, 2026
Copy link

@macroscopeapp macroscopeapp bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR adds documentation content (a tutorial, Claude Code skills, and sidebar updates) with no runtime code changes. The author owns all modified files. Documentation-only changes like this are low risk and eligible for approval.

@macroscopeapp macroscopeapp bot dismissed their stale review February 21, 2026 02:38

Dismissing my prior approval and re-evaluating approvability for 86a8298

macroscopeapp[bot]
macroscopeapp bot previously approved these changes Feb 21, 2026
Copy link

@macroscopeapp macroscopeapp bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR adds documentation (a tutorial, Claude Code skills, and sidebar updates) with no runtime code changes. You own all the modified files, so this is straightforward to approve.

@macroscopeapp macroscopeapp bot dismissed their stale review February 22, 2026 23:37

Dismissing my prior approval and re-evaluating approvability for 8a54772

macroscopeapp[bot]
macroscopeapp bot previously approved these changes Feb 22, 2026
Copy link

@macroscopeapp macroscopeapp bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-evaluating approvability for 5bc9921

@jhaaaa jhaaaa requested a review from Copilot February 22, 2026 23:42
| `deploy-xmtp-agent` | Deploys your agent to Railway with the correct Dockerfile, environment variables, and persistent storage |
| `xmtp-agent-troubleshoot` | Diagnoses common errors like `transport error`, wallet key format issues, and installation limit warnings |

These skills follow the same [three-layer architecture](/agents/build-agents/connect-to-xmtp#three-layer-architecture) described in the tutorial: your brain, the XMTP messaging framework, and the glue that connects them.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟠 High snippets/build-with-llms.mdx:41

The link /agents/build-agents/connect-to-xmtp#three-layer-architecture references an anchor that doesn't exist in connect-to-xmtp.mdx. The file has no heading that generates a three-layer-architecture ID, so users clicking the link land on the page without being scrolled to any specific section. Consider removing the anchor, updating it to an existing heading, or adding the corresponding heading to the target file.

🚀 Reply "fix it for me" or copy this AI Prompt for your agent:
In file docs/snippets/build-with-llms.mdx around line 41:

The link `/agents/build-agents/connect-to-xmtp#three-layer-architecture` references an anchor that doesn't exist in `connect-to-xmtp.mdx`. The file has no heading that generates a `three-layer-architecture` ID, so users clicking the link land on the page without being scrolled to any specific section. Consider removing the anchor, updating it to an existing heading, or adding the corresponding heading to the target file.

macroscopeapp[bot]
macroscopeapp bot previously approved these changes Mar 5, 2026
@macroscopeapp macroscopeapp bot dismissed their stale review March 5, 2026 01:39

Dismissing prior approval to re-evaluate 992e922

macroscopeapp[bot]
macroscopeapp bot previously approved these changes Mar 5, 2026
@jhaaaa jhaaaa force-pushed the agent-brain-tutorial branch from 992e922 to 509b003 Compare March 5, 2026 01:41
@macroscopeapp macroscopeapp bot dismissed their stale review March 5, 2026 01:41

Dismissing prior approval to re-evaluate 509b003

macroscopeapp[bot]
macroscopeapp bot previously approved these changes Mar 5, 2026
macroscopeapp[bot]
macroscopeapp bot previously approved these changes Mar 5, 2026
@jhaaaa jhaaaa force-pushed the agent-brain-tutorial branch from 694b63e to e2a631b Compare March 5, 2026 01:48
@macroscopeapp macroscopeapp bot dismissed their stale review March 5, 2026 01:48

Dismissing prior approval to re-evaluate e2a631b

macroscopeapp[bot]
macroscopeapp bot previously approved these changes Mar 5, 2026
@jhaaaa jhaaaa changed the title Add connect an agent tutorial and start to reframe agent SDK usage Add connect an agent tutorial Mar 5, 2026
@jhaaaa jhaaaa force-pushed the agent-brain-tutorial branch from e2a631b to 7cf335a Compare March 5, 2026 01:52
@macroscopeapp macroscopeapp bot dismissed their stale review March 5, 2026 01:52

Dismissing prior approval to re-evaluate 7cf335a

@@ -154,4 +154,4 @@ const signer = createSigner(user);
const agent = await Agent.create(signer);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignore - no changes made

@@ -38,4 +38,4 @@ Includes: Agent concepts, building and deploying agents, agent-specific content

Use `llms-full.txt`: [https://docs.xmtp.org/llms/llms-full.txt](https://docs.xmtp.org/llms/llms-full.txt)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignore - no changes made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants